.transportSearchBtn {
    position: absolute;
    height: 35px;
    width: 85px;
    top: 80%;
    left: 32%;
    background-color: rgba(0, 91, 187, 0.9);
    color: white;
    border-radius: 3px;
    border: none;
    padding: 5px 5px 5px 5px;
  }
  
  .transportSearchBtn:hover {
    background-color: rgba(0, 91, 187, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  }
  
  #app-transport {
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
    background-color: #FFF;
    /* bottom: 70%; */
    
    /* color: #fff; */
  }
  
  
  
  /* 
  .transportContainer {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 130%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  } */
  
  .form-control {
    position: absolute;
    border: 0.5px solid black;
    /* box-shadow: 5px 5px black; */
    text-align: center;
    top: 60%;
    height: 40px;
    width: 200px;
    left: 8%;
  }
  
  .owner {
    color: black;
    font-size: 6px;
    position: absolute;
    top:  46%;
    left: 8%;
  }
  
  .vehiclemodel {
    color: black;
    font-size: 6px;
    position: absolute;
    top: 39%;
    left: 8%;
  }
  
  .phoneNumbre {
    color: black;
    font-size: 6px;
    position: absolute;
    top: 32%;
    left: 8%;
  }
  
  .insured {
    color: black;
    font-size: 6px;
    position: absolute;
    top: 25%;
    left: 8%;
  }
  
  .transportBild {
    background-color: white;
    position: absolute;
    height: 55px;
    width: 220px;
    left: 4%;
    top: 5%;
  }